home *** CD-ROM | disk | FTP | other *** search
- object FormEffect: TFormEffect
- Left = 258
- Top = 123
- BorderStyle = bsDialog
- Caption = 'Effects'
- ClientHeight = 367
- ClientWidth = 593
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = False
- Position = poDesktopCenter
- Scaled = False
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 12
- object PageControl: TPageControl
- Left = 388
- Top = 160
- Width = 193
- Height = 149
- ActivePage = TabButton
- TabOrder = 0
- TabPosition = tpBottom
- Visible = False
- object TabNoise: TTabSheet
- Caption = 'Noise'
- ImageIndex = 1
- TabVisible = False
- object LabelAmount: TLabel
- Left = 8
- Top = 4
- Width = 41
- Height = 12
- Caption = 'Amount:'
- end
- object LabelNoise: TLabel
- Left = 56
- Top = 4
- Width = 4
- Height = 12
- end
- object NoiseAmount: TScrollBar
- Left = 8
- Top = 20
- Width = 166
- Height = 16
- Ctl3D = False
- LargeChange = 10
- Max = 255
- Min = 1
- PageSize = 0
- ParentCtl3D = False
- Position = 1
- TabOrder = 0
- OnChange = NoiseAmountChange
- end
- end
- object TabMosaic: TTabSheet
- Caption = 'Mosaic'
- ImageIndex = 2
- TabVisible = False
- object LabelMosaicX: TLabel
- Left = 4
- Top = 8
- Width = 9
- Height = 12
- Caption = 'X:'
- end
- object LabelMosaicY: TLabel
- Left = 4
- Top = 32
- Width = 9
- Height = 12
- Caption = 'Y:'
- end
- object MosaicX: TScrollBar
- Left = 44
- Top = 6
- Width = 133
- Height = 16
- LargeChange = 10
- Min = 2
- PageSize = 0
- Position = 2
- TabOrder = 0
- OnChange = MosaicXChange
- end
- object MosaicY: TScrollBar
- Left = 44
- Top = 30
- Width = 133
- Height = 16
- LargeChange = 10
- Min = 2
- PageSize = 0
- Position = 2
- TabOrder = 1
- OnChange = MosaicXChange
- end
- object CheckSync: TCheckBox
- Left = 28
- Top = 54
- Width = 97
- Height = 17
- Caption = 'Synchronize'
- Checked = True
- State = cbChecked
- TabOrder = 2
- end
- end
- object TabLight: TTabSheet
- Caption = 'Light'
- ImageIndex = 2
- TabVisible = False
- object LabelLightX: TLabel
- Left = 4
- Top = 8
- Width = 9
- Height = 12
- Caption = 'X:'
- end
- object LabelLightY: TLabel
- Left = 4
- Top = 32
- Width = 9
- Height = 12
- Caption = 'Y:'
- end
- object LabelLightSize: TLabel
- Left = 4
- Top = 58
- Width = 23
- Height = 12
- Caption = 'Size:'
- end
- object Shape: TShape
- Left = 56
- Top = 96
- Width = 53
- Height = 21
- Cursor = crHandPoint
- OnMouseDown = ShapeMouseDown
- end
- object LabelColor: TLabel
- Left = 4
- Top = 100
- Width = 29
- Height = 12
- Caption = 'Color:'
- end
- object LabelLightSizeVal: TLabel
- Left = 56
- Top = 76
- Width = 4
- Height = 12
- end
- object ScrollLightX: TScrollBar
- Left = 56
- Top = 6
- Width = 121
- Height = 16
- LargeChange = 10
- PageSize = 0
- TabOrder = 0
- OnChange = ScrollLightXChange
- end
- object ScrollLightY: TScrollBar
- Left = 56
- Top = 30
- Width = 121
- Height = 16
- LargeChange = 10
- PageSize = 0
- TabOrder = 1
- OnChange = ScrollLightXChange
- end
- object ScrollLightSize: TScrollBar
- Left = 56
- Top = 58
- Width = 121
- Height = 16
- LargeChange = 10
- Min = 1
- PageSize = 0
- Position = 100
- TabOrder = 2
- OnChange = ScrollLightXChange
- end
- end
- object TabButton: TTabSheet
- Caption = 'Buttonize'
- ImageIndex = 3
- TabVisible = False
- object LabelBorder: TLabel
- Left = 8
- Top = 4
- Width = 34
- Height = 12
- Caption = 'Border'
- end
- object LabelBorderVal: TLabel
- Left = 56
- Top = 4
- Width = 4
- Height = 12
- end
- object LabelDepth: TLabel
- Left = 8
- Top = 44
- Width = 30
- Height = 12
- Caption = 'Depth'
- end
- object LabelDepthVal: TLabel
- Left = 56
- Top = 44
- Width = 4
- Height = 12
- end
- object ScrollBorder: TScrollBar
- Left = 8
- Top = 20
- Width = 166
- Height = 16
- Ctl3D = False
- LargeChange = 10
- Max = 255
- Min = 1
- PageSize = 0
- ParentCtl3D = False
- Position = 10
- TabOrder = 0
- OnChange = ScrollBorderChange
- end
- object ScrollDepth: TScrollBar
- Left = 8
- Top = 60
- Width = 166
- Height = 16
- Ctl3D = False
- LargeChange = 10
- Min = 1
- PageSize = 0
- ParentCtl3D = False
- Position = 50
- TabOrder = 1
- OnChange = ScrollBorderChange
- end
- object CheckPush: TCheckBox
- Left = 8
- Top = 88
- Width = 97
- Height = 17
- Caption = 'Pressed'
- TabOrder = 2
- OnClick = ScrollBorderChange
- end
- end
- end
- object btnOk: TButton
- Left = 432
- Top = 326
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object btnCancel: TButton
- Left = 512
- Top = 326
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object ListBox: TListBox
- Left = 388
- Top = 12
- Width = 193
- Height = 117
- ItemHeight = 12
- Items.Strings = (
- '(Original)'
- 'Blur'
- 'Blur More'
- 'Sharpen'
- 'Sharpen More'
- 'Noise'
- 'Mosaic'
- 'Find Edges'
- 'Find Edges2'
- 'Emboss'
- 'Emboss More'
- 'Light'
- 'Spotlight'
- 'Buttonize')
- TabOrder = 3
- OnClick = ListBoxClick
- end
- object Panel: TPanel
- Left = 12
- Top = 12
- Width = 365
- Height = 341
- BevelOuter = bvNone
- TabOrder = 4
- object PaintBox: TPaintBox
- Left = 0
- Top = 0
- Width = 365
- Height = 341
- Cursor = 6
- OnMouseDown = PaintBoxMouseDown
- OnMouseMove = PaintBoxMouseMove
- OnMouseUp = PaintBoxMouseUp
- OnPaint = PaintBoxPaint
- end
- end
- object Progress: TProgressBar
- Left = 388
- Top = 136
- Width = 193
- Height = 16
- Min = 0
- Max = 100
- TabOrder = 5
- end
- object ColorDialog: TColorDialog
- Ctl3D = True
- Left = 528
- Top = 254
- end
- end
-